google.golang.org/protobuf/encoding/prototext.decoder.unmarshalScalar (method)
6 uses
google.golang.org/protobuf/encoding/prototext (current package)
decode.go#L273: val, err = d.unmarshalScalar(fd)
decode.go#L283: func (d decoder) unmarshalScalar(fd protoreflect.FieldDescriptor) (protoreflect.Value, error) {
decode.go#L419: pval, err := d.unmarshalScalar(fd)
decode.go#L430: pval, err := d.unmarshalScalar(fd)
decode.go#L460: return d.unmarshalScalar(fd.MapValue())
decode.go#L531: val, err := d.unmarshalScalar(fd.MapKey())
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)